home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol K-12
/
Vol K-12.iso
/
games
/
extrem_t.exe
/
scripts
/
DefineButton2_80
/
BUTTONCONDACTION on(keyPress Space).as
< prev
next >
Wrap
Text File
|
2012-08-27
|
514b
|
31 lines
on(keyPress "<Space>"){
sonMC.gotoAndPlay(4);
if(choix == 1)
{
qualite = "medium";
percentScaling = 90;
if(menubis == true)
{
gotoAndPlay(240);
}
else
{
gotoAndStop(270);
}
}
if(choix == 2)
{
sonMC.gotoAndPlay(4);
percentScaling = 65;
qualite = "low";
if(menubis == true)
{
gotoAndPlay(240);
}
else
{
gotoAndStop(270);
}
}
}